Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Fix cmake module path
Forwarded: not yet
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
to be able to install cmake module in mulipath. Also, do not bail out if an
opencascade component is not installed in the cmake module (it might be in a
different package)
Last-Update: 2022-10-19 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name 0010-fix-cmake-module.patch
blobfish [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
[PATCH 2/7] GeomPlate_BuildAveragePlane: BasePlan: Don't set yvector to zero. See Following:
When we return, the yvector is crossed with x and we crash.
The z vector is passed in and we calculate the x vector, so just cross those 2 in this case to get y.
Gbp-Pq: Name 0002-GeomPlate_BuildAveragePlane-BasePlan-Don-t-set-yvect.patch
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Do not use a server-based search engine for the doxygen documentation.
Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
Bug-Debian: https://bugs.debian.org/914498
Forwarded: not-needed, Debian specific
Last-Update: 2020-04-08
As this would require a webserver with php enabled.
Last-Update: 2020-04-08
Gbp-Pq: Name do-not-use-doxygen-searchengine.patch
Tobias Frost [Tue, 23 May 2023 07:45:56 +0000 (08:45 +0100)]
Do not enforce atomics support on archs not supporting it.
Forwarded: no, Debian specific.
Last-Update: 2018-05-26
armel seems to have no atomic support on opencascade, so make it possible to
hint the build system not to enforce it.
Last-Update: 2018-05-26
Gbp-Pq: Name armel-ftbfs.patch